SOUND SPEED

This command will return the current frequency of the specified Sound Number.

  Syntax
Return Integer=SOUND SPEED(Sound Number)
  Parameters
Sound Number
Integer
The sound number

  Returns

This command will return the current frequency of the specified Sound Number

  Example Code
cls
load sound "man.wav",1
play sound 1
set sound pan 10.000
print "sound speed "+str$(sound speed(1))
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index